home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / tex / rtextu10.zip / DESC.BTM < prev    next >
Text File  |  1993-05-06  |  2KB  |  28 lines

  1. @echo off
  2. echo Describing your files, press Control-C to abort.
  3. pause
  4. if "%@descript[readme.txt]" == "" describe readme.txt "General information for Rickis DOS utilities"
  5. if "%@descript[cut.exe]" == "" describe cut.exe "CUT (column cutter) executable"
  6. if "%@descript[cut.doc]" == "" describe cut.doc "CUT documentation"
  7. if "%@descript[detab.exe]" == "" describe detab.exe "DETAB (TAB to SPACE converter) executable"
  8. if "%@descript[detab.doc]" == "" describe detab.doc "DETAB documentation"
  9. if "%@descript[entab.exe]" == "" describe entab.exe "ENTAB (SPACE to TAB converter) executable"
  10. if "%@descript[entab.doc]" == "" describe entab.doc "ENTAB documentation"
  11. if "%@descript[fmt.exe]" == "" describe fmt.exe "FMT (text formatter) executable"
  12. if "%@descript[fmt.doc]" == "" describe fmt.doc "FMT documentation"
  13. if "%@descript[head.exe]" == "" describe head.exe "HEAD (file head displayer) executable"
  14. if "%@descript[head.doc]" == "" describe head.doc "HEAD documentation"
  15. if "%@descript[locase.exe]" == "" describe locase.exe "LOCASE (upper to lowercase converter) executable"
  16. if "%@descript[locase.doc]" == "" describe locase.doc "LOCASE documentation"
  17. if "%@descript[mcol.exe]" == "" describe mcol.exe "MCOL (multicolumn formatter) executable"
  18. if "%@descript[mcol.doc]" == "" describe mcol.doc "MCOL documentation"
  19. if "%@descript[nodup.exe]" == "" describe nodup.exe "NODUP (duplicate lines remover) executable"
  20. if "%@descript[nodup.doc]" == "" describe nodup.doc "NODUP documentation"
  21. if "%@descript[tail.exe]" == "" describe tail.exe "TAIL (file tail displayer) executable"
  22. if "%@descript[tail.doc]" == "" describe tail.doc "TAIL documentation"
  23. if "%@descript[upcase.exe]" == "" describe upcase.exe "UPCASE (lower to uppercase converter) executable"
  24. if "%@descript[upcase.doc]" == "" describe upcase.doc "UPCASE documentation"
  25. if "%@descript[wc.exe]" == "" describe wc.exe "WC (word, line, character counter) executable"
  26. if "%@descript[wc.doc]" == "" describe wc.doc "WC documentation"
  27. *del /p %@search[%0]
  28.